ServiceGetNonIndexableItemStatistics Method (String, Boolean) |
Gets the non indexable item statistics.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetNonIndexableItemStatisticsResponse GetNonIndexableItemStatistics(
string mailbox,
bool searchArchiveOnly
)
Public Function GetNonIndexableItemStatistics (
mailbox As String,
searchArchiveOnly As Boolean
) As GetNonIndexableItemStatisticsResponse
Parameters
- mailbox
- Type: SystemString
The mailbox. - searchArchiveOnly
- Type: SystemBoolean
if set to true [search archive only].
Return Value
Type:
GetNonIndexableItemStatisticsResponseGetNonIndexableItemStatisticsResponse.
See Also